home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / gift4b16.zip / GINDEX.DOC < prev    next >
Text File  |  1992-10-08  |  5KB  |  95 lines

  1.  
  2.        ┌─┬────── ┬─┬ ┬─┬─────┐
  3.        │ │       │ │ │ │
  4.        │ │   ┌─┐ │ │ │ ├──     ┌─┬┬─┐ ┬┬──┐ ┌┬──┐ ┌─┬┬─┐    ┬  ┬┬   ┌┬──┐
  5.        │ │     │ │ │ │ │         ││   │├─   └┴─┬┐   ││      └──┤│   ││  │
  6.        └─┴─────┘ ┴─┴ ┴─┴         ┴┴   ┴┴──┘ └──┴┘   ┴┴         ┴┴ o └┴──┘
  7.  
  8.            CopyRight (C) 1991-92 by Max Bernard & Dave Navarro, Jr.
  9.  
  10.  -----------------------------------------------------------------------------
  11.                               What is GINDEX.EXE
  12.  -----------------------------------------------------------------------------
  13.  
  14.  It's a utility  used to convert your  old GIFtest log file  to the new format
  15.  expected  by this beta.  It reads your old GIFtest log file, and writes 3 new
  16.  files:
  17.  
  18.        1) A .LOG new GIFtest log file, using the new format.
  19.        2) A .DUP log file, containg all the dupes found in the old log file
  20.        3) A .TRE file (see explanation below).
  21.  
  22.  -----------------------------------------------------------------------------
  23.                             * I M P O R T A N T *
  24.  -----------------------------------------------------------------------------
  25.  
  26.  Starting with ß14, GIFtest uses  a  different  LogFile  format  that  is  not
  27.  compatible with any previous versions.  This was done for two reasons:
  28.  
  29.     1) To speed up dupe-checking (especially on systems with a log of GIFs)
  30.     2) To provide more useful info in the log file
  31.  
  32.  Before you  can use this new version, you  *MUST* convert your old LOGFILE to
  33.  the new format using the included FIXLOG.EXE and GINDEX conversion
  34.  utilities.  This is a two-step process:
  35.  
  36.    1) Use FIXLOG to reformat the old (pre-ß14) log file
  37.    2) Use GINDEX to complete the conversion process.
  38.       GINDEX purges all dupes from the FIXed log file into a .DUP file and
  39.       creates the .TRE index file used during dupe checking.
  40.  
  41.  FIXLOG will read your old  (pre-ß14) LogFile and create  a new log  in the
  42.  format  expected by this version  of GIFtest.  The old logfile is  renamed to
  43.  <NAME>.OLD.  The new log file takes the original log file's name.  If you're
  44.  not sure whether your log file needs to be FIXed, just run it through FIXLOG.
  45.  If it is already in the correct format, FIXLOG wil exit without doing anything.
  46.  Otherwise, a backup of the old file will be created and a new log file will
  47.  be created in the correct format.
  48.  
  49.  GINDEX reads your FIXed GIFtest log file, and writes 3 new files:
  50.  
  51.        1) A .LOG new GIFtest log file, using the new format.
  52.        2) A .DUP log file, containg all the dupes found in the old log file
  53.        3) A .TRE file (see explanation below).
  54.  
  55.  The invocation line for FIXLOG is as follows:
  56.  
  57.     FIXLOG <LogFileName>
  58.  
  59.   Example:
  60.  
  61.     Let's say your current log file is called GIFTEST.LOG
  62.  
  63.     You would type "FIXLOG giftest.log"
  64.  
  65.     This would cause FIXLOG to rename your log file to: GIFTEST.OLD
  66.                           and create a new file called: GIFTEST.LOG
  67.  
  68.  This,  in effect, creates a backup of the original logfile for you in case of
  69.  any  mishaps during the conversion process.  That's  all there is to it.  You
  70.  should see a noticeable improvement in dupe-checking speed with this version.
  71.  And there's even more speed (and other features) in store.
  72.  
  73.  -----------------------------------------------------------------------------
  74.                             * I M P O R T A N T *
  75.  -----------------------------------------------------------------------------
  76.  
  77.        *** If this is not done, GIFtest will NOT function properly! ***
  78.  
  79.  NOTE: This step is necessary even if you are already using ß14, because ß15
  80.  introduces some more changes to the log file format.  Therefore, you *MUST*
  81.  use the FIXLOG.EXE program included with ß15 to convert your log file before
  82.  you can use the ß15 version of GIFtest.
  83.  
  84.  -----------------------------------------------------------------------------
  85.                       ==  New files created by GINDEX ==
  86.  -----------------------------------------------------------------------------
  87.  
  88.  GINDEX also creates  two other files in  the same directory.   One is the new
  89.  LOGFILE.DUP  log wich contains all the dupes found in the old log.  The other
  90.  is a <LOGFILE>.TRE file.  This is  an  index  file  used  to  speed  up  dupe
  91.  checking.  WARNING:  if any  other files  already exist  under the  above two
  92.  names (in the current directory), they will be DELETED.
  93.  
  94.                             ---- End Of File ----
  95.